home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Internet / Naomi / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-02-12  |  1.9 KB  |  52 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Naomi 3.2.90
  4. AppVerName=Naomi 3.2.90 [en]
  5. AppId=Naomi 3.2.90
  6. AppPublisher=Radiant Morning
  7. AppPublisherURL=http://www.radiance.m6.net
  8. AppSupportURL=http://www.radiance.m6.net
  9. AppUpdatesURL=http://www.radiance.m6.net
  10. AppMutex=RMInsNa4.mutx
  11. DefaultDirName={pf}\rnamfler
  12. DefaultGroupName=Naomi
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. Uninstallable=no
  16. PrivilegesRequired=none
  17. DisableDirPage=yes
  18. AllowNoIcons=yes
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\naomf.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\naofsvc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\tray.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\manual.htm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\radhslib.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\radprlib.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\radprcmp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  29. [Dirs]
  30. Name: "{pf}\rnamfler"; 
  31. [Run]
  32. Filename: "{app}\manual.htm"; Flags: shellexec nowait
  33. Filename: "{app}\naofsvc.exe"; 
  34. Filename: "{app}\naomf.exe"; Flags: nowait
  35. [InstallDelete]
  36. Type: files; Name: "{app}\unims000.dat"; 
  37. Type: files; Name: "{app}\notray.plg"; 
  38. [CustomMessages]
  39. default.NameAndVersion=%1 version %2
  40. default.AdditionalIcons=Additional icons:
  41. default.CreateDesktopIcon=Create a &desktop icon
  42. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  43. default.ProgramOnTheWeb=%1 on the Web
  44. default.UninstallProgram=Uninstall %1
  45. default.LaunchProgram=Launch %1
  46. default.AssocFileExtension=&Associate %1 with the %2 file extension
  47. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.